home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / CALCPAD.DOX < prev    next >
Text File  |  1996-07-17  |  1KB  |  38 lines

  1.  
  2.   CALCPAD.AML
  3.   Calculator Pad 
  4.  
  5.   This macro displays a simple calculator pad with basic arithmetic
  6.   operations, a memory, and four display lines. Floating point numbers
  7.   are not supported.
  8.  
  9.   Keys:
  10.   ────
  11.   <esc>              // exit
  12.   <enter>            // repeat last operation
  13.   <backspace>, <b>   // delete last digit
  14.   <ctrl grey*>       // paste number from the clipboard
  15.   <ctrl enter>, <t>  // enter number into an edit window
  16.  
  17.   <c>                // clear display
  18.   <e>                // clear entry line
  19.   <s>                // store
  20.   <r>                // recall
  21.   <z>                // store + memory
  22.   <i>                // change sign
  23.  
  24.   <+>                // add
  25.   <->                // subtract
  26.   <*>                // multiply
  27.   </>                // divide
  28.   <m>                // mod
  29.   <=>                // do operation
  30.  
  31.   <0-9>              // enter digit
  32.  
  33.   Mouse:
  34.   ─────
  35.   Single Click on:
  36.     button           // perform indicated operation
  37.  
  38.